The Dreamweaver JavaScript API > Selection functions > dom.source.selectParentTag() |
![]() ![]() ![]() |
Availability
Dreamweaver 4.0
Description
Source view extension that enables tag balancing. You can call dom.source.selectParentTag()
to extend a currently highlighted selection or insertion point from the surrounding open tag to the closing tag. Subsequent calls extend the selection to additional surrounding tags until there are no more enclosing tags.
Arguments
None.
Returns
Nothing.
Enabler
None.
![]() ![]() ![]() |